In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddFreeHandAnnotInteractive / AddFreeHandAnnotInteractive(Int32,Single,Single) Method

AddFreeHandAnnotInteractive(Int32,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddFreeHandAnnotInteractive( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single _

) 
public void AddFreeHandAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

)
public procedure AddFreeHandAnnotInteractive( 

    BorderColor: Integer;

    BorderWidth: Single;

    Opacity: Single

); 
public function AddFreeHandAnnotInteractive( 

   BorderColor : int,

   BorderWidth : float,

   Opacity : float

);
public: void AddFreeHandAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 
public:

void AddFreeHandAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 

Parameters

BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List